home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / smallfnt.zip / EXAMPLE.TXT < prev    next >
Text File  |  1990-02-15  |  2KB  |  33 lines

  1.                           SmallFont  Copyright (c) 1990  Thomas G. Hanlin III
  2.  
  3.  
  4. The SmallFont routines are protected by copyright.  However, you may use them in your own programs free
  5. of charge.  The SmallFont collection may be distributed under the following conditions:
  6.  
  7.    1) All original files are included: CREATE.BAT, EXAMPLE.BAS, EXAMPLE.TXT, MAKELIBS.BAT, SMALLFNT.BAS,
  8.       SMALLFNT.BI, and SMALLFNT.DOC.
  9.    2) No fee of over $10.00 may be charged for distribution.  This applies specifically to physical
  10.       copies and is not meant to prevent distribution by telecommunications.
  11.  
  12. This is an example of the small font designed for CGA hi-res graphics mode (SCREEN 2).  It is not able
  13. to handle lowercase or graphics characters, but in return for these limitations, gives you a vast amount
  14. of screen space.  Rather than the 80x25 display provided by the normal font, this small font allows for
  15. a display of 106x33.  This gives you 75% more space to play around with.
  16.  
  17. The MAKELIBS.BAT file converts SMALLFNT.BAS into SMALLFNT.LIB and SMALLFNT.QLB.  You may need to modify
  18. the reference to BQLB45 to BQLB41 or BQLB40, depending on which version of QuickBASIC you are using.
  19. The routines are designed for use with QuickBASIC 4.x and/or BASCOM 6.x.
  20.  
  21. The CREATE.BAT file compiles EXAMPLE.BAS and links it to the SMALLFNT.LIB library which was created by
  22. MAKELIBS.BAT.  If you are unfamiliar with libraries, examine EXAMPLE.BAS and CREATE.BAT to see how to
  23. use them with your programs.  Alternately, you could simply include the code from SMALLFNT.BI and
  24. SMALLFNT.BAS directly into your program.
  25.  
  26. I have created these routines as a prototype for the assembly language version, to be included in my
  27. shareware library for assembly programming, ASMWIZ.  If you are interested in doing assembly language
  28. programming, you may wish to download a copy of ASMWIZ from a BBS near you.  It contains over 100
  29. routines for doing just about anything you might want, and is expanding rapidly.  Source code is
  30. available to registered users.
  31.  
  32.                                          Press any key to exit
  33.